home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 07 / styleHeader.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-08  |  546 b   |  40 lines

  1. .Cpage {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 12pt;
  4.     color: #00376E;
  5.     background-color: #ECE3CA;
  6.     margin-left: 0;
  7.     margin-top: 0;
  8.     margin-width: 0;
  9.     margin-height: 0;
  10. }
  11.  
  12. a:link {
  13.     color: #333399;
  14.     color: #0000cc;
  15.     text-decoration: none;
  16.     font-weight: bold;
  17. }
  18. a:vlink {
  19.     color: #999999;
  20.     font-style: italic;
  21. }
  22. a:alink {
  23.     color: #ff0000;
  24. }
  25.  
  26.  
  27.  
  28. .marginText {
  29.     margin-left: 10%;
  30.     margin-right: 10%;
  31.     margin-top: 1em;
  32.     margin-bottom: 1em;
  33. }
  34.  
  35. .outline-0 {
  36.     font-family: Times New Roman, serif;
  37.     font-size: 12pt;
  38.     font-weight: bold;
  39. }
  40.